home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / utilities / cli / vark / cli_tools6 / cli6.dms / cli6.adf / CLI / DU.Doc < prev    next >
Encoding:
Text File  |  1994-07-08  |  1.4 KB  |  54 lines

  1. DU (DiskUsage) is a little program similar to the famous UN*X command.
  2. It displays the size of a directory and all of its subdirectories.
  3.  
  4. Example :
  5.  
  6. du include:
  7.  
  8.    86529 include:clib
  9.    38525 include:prefs
  10.   194986 include:libraries
  11.     5160 include:sys
  12.     7772 include:utility
  13.    12189 include:workbench
  14.    96644 include:exec
  15.    42487 include:rexx
  16.    98010 include:graphics
  17.   225467 include:intuition
  18.    25431 include:resources
  19.    32602 include:hardware
  20.     7212 include:locale
  21.    54595 include:pragmas
  22.   104597 include:dos
  23.   148502 include:devices
  24.     6687 include:proto
  25. Total  1231587
  26.  
  27.  
  28. BTW: DU is using the ExAll() function, so it needs Kick >=2.x 
  29.  
  30.  
  31.  
  32. History :
  33.  
  34. V1.0    Initial Release
  35. V1.1    Implemented break by CTRL_C
  36. V1.2    Recompiled by SAS/C 6.0   saved some bytes !!!!
  37. V1.3     du throws Enforcerhits when started without a parameter, 
  38.     thanks to Tron for reporting this.
  39. V1.4    Added a cli return code
  40.  
  41. /***************************************************************************/
  42. /*                                       */
  43. /* DU   was written, conceived and compiled by                   */
  44. /*                                       */
  45. /*    Michael Illgner                            */
  46. /*    Theodorstr. 27                             */
  47. /*    W-4790 Paderborn                           */
  48. /*    Germany                                */
  49. /*    Tel.: 05251/26488 or 05251/60-2331                   */
  50. /*                                       */
  51. /*    email: fillg1@uni-paderborn.de                     */
  52. /*                                       */
  53. /***************************************************************************/
  54.